func runtime.offAddrToLevelIndex
2 uses
runtime (current package)
mpagealloc.go#L149: func offAddrToLevelIndex(level int, addr offAddr) int {
mpagealloc.go#L753: if searchIdx := offAddrToLevelIndex(l, p.searchAddr); searchIdx&^(entriesPerBlock-1) == i {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)